Welcome![Sign In][Sign Up]
Location:
Search - can 51

Search list

[Other resource51-Key

Description: 51的键盘扫描程序,与原来的扫描方式不同,这种方式可以处理多键同时按下.-51 keyboard scanning procedures, with the original scan different ways, this approach can handle multi-button pressed together.
Platform: | Size: 1066 | Author: wacke | Hits:

[Other resource51单片机example_ellcerent

Description: 51单片机众多优秀的开发源程序:ZLG7290例程*ZLG7290汇编例程*蜂鸣器音乐例程*蜂鸣器响例程*读EEPROM并显示例程*16×2LCD模块例程*128×64点阵LCD模块例程*直连KEY和LED例程*直连LED例程*lin模块的原码及例程。LIN总线例程 RS232例程(包括PC端和书上了串口例程) USB1.1例程(包括PC端) RS485例程 USB2.0例程(有3个,包括PC端) 基于ETHERNET的TCPIP例程 时钟显示例程 CAN自发自收例程 外中断1 CAN例程 USB2.0PC例程-51 MCU development of many excellent source : Wire routines * * Wire compilation routines buzzer music routines * * buzzer sound routines EEPROM read and display routines * 16 gen module routines * 128 x 64 dot-matrix LCD module routines * Direct Connect KEY routines and LED * Direct Connect lin * LED module routines of the original code and routines. LIN bus RS232 routines routines (including PC - and a book on the serial routines) USB1.1 routines (including the PC side) RS485 routines USB2.0 routines (there are three, including the PC side) BASED ETHERNET TCPIP routines clock display routines CAN spontaneous collected an external interrupt routines CAN routines USB2.0PC routines
Platform: | Size: 4394044 | Author: 符凝思 | Hits:

[Other resource自制51仿真器

Description: 自制51仿针器,可以为热爱学习单片机的人员提供一些帮助.-made 51 fake needle, you can learn to love the MCU provides some help.
Platform: | Size: 3852487 | Author: 王文卓 | Hits:

[Other resource51子程序库

Description: 该文件里包含了大量的常用经典的程序代码,可以为51编程者带来事半功倍的效果,-The document contains a number of popular classics code can be programmed for 51 brought a multiplier effect,
Platform: | Size: 351491 | Author: 王文卓 | Hits:

[Other resource25175 同学录管理系统 v1.51

Description: 这套学籍管理系统,吸取众多软件的优点,适合:小学、初中、高中、中专等学校使用。 软件摒弃了一些不常用的功能,做到了功能强大但不复杂,界面漂亮而不花哨,使用简单化,窗口操作一目了然。 它具备的功能有: 1、适合在网络环境下使用。只需要将工作目录共享,即可实现联网录入,联网管理。 2、支持用户定义和权限定义,可有效防止数据被删除或泄露。 3、采用office xp菜单(全新修改),XP窗体,XP界面更酷; 4、提供强大的编辑功能,可以实现类EXCEL似的编辑,复制、剪切、粘贴、填充、替换、查找等功能均俱全; 5、对学校版提供了多个实用的报表。报表控件全新修改。 6、报表的任一字段均可以自定义修改,自义定导出等。 7、支持页面的自定义(纸宽、纸高,边距,打印方向) 8、表格支持:隐藏列、行,调整行高、列宽,设置单元格的格式; 9、表格隐藏即不打印,当前表格内容均可导出为其它格式数据。 选择本系统相信会为你的工作减轻不少负担! -management system, drawing many of the advantages of the software, suitable for : elementary, junior high, senior high school and vocational school and other schools. Software abandon some of the commonly used functions, with the powerful but not complicated, but not garish beautiful interface, the use of simplified, transparent window operation. It has the function are : a suitable network environments. Simply have the working directory sharing, networking can be realized logging, network management. 2, and support for user-defined definition of competence, which can effectively prevent data has been deleted or disclosure. 3, using office xp menu (new revision), the Window XP, XP interface cool; 4, provide a powerful editing features, can achieve a similar category Excel editing, copy, cu
Platform: | Size: 75897 | Author: yuan | Hits:

[Other resource51下的RTC例子

Description: 51下RTC的例子 本目录总共有以下部分: 1.项目文件PCF8563.uv2,TIME.uv2。 2.调试源程序PCF8563_s.asm和PCF8563_S.c。 3.模拟I2C文件包VI2C_ASM.inc和VI2C_C51.h用户可以直接调用。-51 examples of a total catalog of the following parts : 1. Project documents PCF8563.uv2, TIME.uv2. 2. PCF8563_s.asm and debug source PCF8563_S.c. 3. I2C simulation package VI2C_ASM.inc and VI2C_C51.h users can call directly.
Platform: | Size: 38801 | Author: 培林 | Hits:

[Other resource51中断例子

Description: 1. EXT_C.rar, 给初学者(带中文注释的C51语言例程), 利用外部中断实现LED灯的简单控制。 2. EXT_A.rar, 给初学者(带中文注释的51汇编语言例程), 利用外部中断实现LED灯的简单控制。 两个同样功能的中断例程, 一个用C51实现, 另一个用ASM51实现(ASM51是由C51反汇编生成的), 都在MCU51-63K仿真器下通过实验的哦, 小虾们可以试试看。-1. EXT_C.rar for beginners (with the Chinese language in the notes C51 routines), the use of external LED lights interrupted a simple control. 2. EXT_A.rar for beginners (with the Chinese Notes of the 51 assembly language routines), the use of external LED lights interrupted a simple control. Two of the same functions interrupt routines, a C51, and the other using Calling achieve (Calling is compiled by the Anti-generation C51), in MCU51 - 63K simulator through experiments Oh, shrimp can try.
Platform: | Size: 219140 | Author: 培林 | Hits:

[Other resource51定时中断例

Description: 1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。 2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。 两个同样功能的timer0中断程序都在MCU51-63K仿真器下通过实验, 小虾们可以试试看。 -1. T0_ASM.rar, (with the Chinese language in the notes C51 routines), Timer 0 interrupt the use of LED lights to the simple control. 2. T0_C51.rar, (with the Chinese Notes of the 51 assembly language routines), Timer 0 interrupt the use of LED lights to the simple control. Two of the same functions timer0 interrupted proceedings in MCU51 - 63K simulator through experiments, shrimp can try.
Platform: | Size: 33245 | Author: 培林 | Hits:

[Other resourceCS8900A_汇编实现51单片机的TCP_IP协议

Description: 在51单片机上用汇编实现的TCP/TP协议网络通信,1、可以接收和发送帧 2、 实现了ARP报文传输;3、 ARP应答;4、实现了ICMP协议 5、 可以被其他网络中的主机Ping到 6、 实现了UDP协议-in 51 MCU used to achieve a compilation of TCP / TP network communication agreement, one that can receive and send two frames to achieve the ARP packet transmission; 3, ARP response; 4, ICMP achieved five, and could be other hosts on the network to six Ping, it now the UDP
Platform: | Size: 5205 | Author: 张雪奇 | Hits:

[Other resource自制51编程器的资料

Description: 自制51编程器的资料是业余电子爱好者的工具,能让我们亲自制作一个51编程器。- The self-made 51 programming materials are the extra-curricular electronic amateur s tools, can let us personally manufacture 51 programming.
Platform: | Size: 549536 | Author: wang | Hits:

[Other resourceuCOS-II 2.52在51上的移植程序独立喂狗任务

Description: ucos2 移植到C51的源码,经过本人验证可以使用,价值很好-C51 ucos2 transplanted to the source, after certification can I use, good value
Platform: | Size: 75451 | Author: 张雨田 | Hits:

[Other resource51+ch375读写U盘超精简原程序(啊雨)

Description: 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示 首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试 验,作为参考. 这个程序可以支持WINDOWS按FAT16格式化的U盘,因为程序精简,所以只兼容超过50%以上的U 盘品牌,如果换 成CH375A芯片则兼容性可提高到85%,当然,如果使用WCH公司的子程序库或者正式版本的C源 程序兼容性更好。 下 欢测试以下U盘通过:郎科/超稳经典64M/超稳迷你128M/U160-64M/超稳普及128M,爱国者/迷 你王16M/邮箱型, 黑匣子/64M,微闪/64M,飙王/32M/64M/128M,晶彩/C200-64M,新科/256M,昂达/128M...,欢迎 提供测试结果 未通过U盘:爱国者/智慧棒128M,清华普天/USB2.0-128M,当然,使用WCH的子程序库或CH375A 都可以测试通过 -this procedure with 180 OK C code can read FAT16 file system drives the root directory, we can see the root directory under the file name, would show the first document, but the very stringent procedures, and there is no error handling, the U-poor compatibility, but for the simple test a post-mortem as a reference. this procedure can be supported by Windows FAT16 formatted U disk, because the procedure is streamlined and therefore only compatible with more than 50% of the U-brand, if chips were replaced CH375A compatibility can be increased to 85%, if the company's use of WCH Subroutine Library or an official version of the C source code compatibility better. Huan tests under the following U-pass : Lang Branch / Ultra Stable classic 64M / mini 128M/U160-64M Ultra Stable / Ultra Stable
Platform: | Size: 3834 | Author: 梁波 | Hits:

[Other resource51单片机系统中的触摸屏坐标算法

Description: 对于触摸屏一般使用在高档的单片机中,但在抵挡的单片机中仍然可以使用触摸屏,它们的算法思想基本相同-for general use in the high-end microprocessor, but resist the MCU can still use touch screen, their thinking basically the same algorithm
Platform: | Size: 188722 | Author: caoliu | Hits:

[Other resourceEasy 51编程器源程序

Description: Easy 51编程器源程序 ,是Easy 51编程器上用的,可以帮助你熟悉单片机的烧写时序,可以自已参考它来扩展你的编程器,让你的编程器能烧更多种的单片机-source programmers is 51 Easy programming on the device, I can help you familiar with the MCU burning timing, it can refer themselves to expand your programmer, let your programmer can burn more of the MCU
Platform: | Size: 159916 | Author: 9153 | Hits:

[Other resource51测试硬件程序

Description: 本程序是一个传输控制器的硬件测试程序,用的c51芯片,硬件包括观光电输入、继电器输出、串行通讯等,全部由测试程序测试。大家可以参考一下。-this program is a transmission controller hardware testing procedures, the decoder chip, hardware includes sightseeing -- input, output relays, serial communications, all from the testing procedures for the testing. We can take a look.
Platform: | Size: 161868 | Author: 冯龙辉 | Hits:

[Other resourceuC_OS2.51官方源代码

Description: uc/osII2.51官方源代码,想要学习这个操作系统的可以仔细看看,没有解压密码-uc/osII2.51 official source code, and wanted to learn the operating system can look at, no extracting passwords
Platform: | Size: 869081 | Author: 王湖意 | Hits:

[Other resource51反汇编

Description: 用VB编的51单片机反汇编程序,可以将十六进制的源码反编译成汇编语言-VB series MCU-51 assembler, can be the source hexadecimal anti-compiled assembly language
Platform: | Size: 44823 | Author: 西南风 | Hits:

[Parallel Port51+

Description: 这个程序用180行C代码就能够读取FAT16文件系统U盘的根目录,可以看到根目录下的文件 名,并可显示首文件内容,不过,该程序很不严谨,也没有任何错误处理,对U盘兼容性较差,只是用于简单试验,作为参考. -this procedure with 180 OK C code can read FAT16 file system U-root directory, we can see the root directory under the file name, would show the first document, but the very stringent procedures, there is no error handling, the U-poor compatibility, but for a simple test, as a reference.
Platform: | Size: 7579 | Author: ly | Hits:

[Browser ClientHTML-Parser-3.51

Description: 安装后可以分析和解出HTML网页内容的Perl模块-after installation can be analyzed reconciliation HTML Web content Perl module
Platform: | Size: 104918 | Author: yufiles | Hits:

[USB develop51+PDIUSBDI2-Udisk

Description: 这是一个用89S52加PDIUSBD12模拟的一个U盘,里面涉及到USB接口,USB大容量存储设备,FAT16文件系统等内容。插入电脑后,可显示移动磁盘盘符及一个文本文件。 需要说明一下的是,这个包中的原理图,IDE接口部分、74HC573、以及RS232串口等部分,是作为这个实验板的一部分。在这个模拟U盘的程序中,是没有用到的。在下一个“移动硬盘”的例子中,就用到了IDE接口跟74HC573了。至于RS232,那时笔者在调试程序时用的。如果您不需要通过串口调试程序,RS232部分可以不管它。-This an increase PDIUSBD12 89S52 use of a simulation-U, they relate to the USB interface, USB mass storage devices, the FAT16 file system information. Insert a computer and can show that the mobile disk drive and a text file. The need to explain is that the package of schematics, IDE interface, 74HC573. RS232 serial port and other part of the experiment as part of the plate. In the U-simulation process is not to use the. Next a "mobile hard disk" examples, it uses an IDE interface with the 74HC573. For RS232, then the author debugging procedures used. If you do not need serial debugging procedures, RS232 can be part of it regardless.
Platform: | Size: 263909 | Author: Computer00 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

CodeBus www.codebus.net